Skip to main content

CSPS Parts Price (Old)

Decommission Notice

⚠️ This API is scheduled to be decommissioned on 03/31/2026. Please migrate to the CSPS Parts Price - New API.

Detailed description of API:

Version & Updates

View Previous Revisions
VersionRevision DateRevision History
1.020th June 2024New Release
1.122nd Aug 2024URL Update
1.225th Jun 2025Removed pagination properties and updated the sample response structure
VersionRevision DateRevision History
1.39th Jan 2026Added Decommission Notice

Overview

CNH offers a Part Price integration with daily delta capability to seamlessly share the latest updated part price file with DMS’s. Users can retrieve the part price data file queried by date, ensuring they receive the current updated file for the following day. To access the most recent data, dealers should use the previous day as the filter. For handling large volumes of data, such as uploading new files or monthly updates, the existing SFTP is the preferred method.

image.png

Pre-requisites
Pre-requisites

  • Dealer must use their Dealer Portal credentials to authorize API call.
  • Each DMS provider will have a subscription_key assigned by CNHi team, please reach out to dlnadmssupport@cnh.com for assistance
  • Each Subscription key is unique to DMS and the environment it belongs to
  • Based on the payload (XML/JSON), user to pass the content-type in the header

Authentication
Authentication

  • DMS will pass Basic auth in HTTP header with username/password
  • Each DMS provider will have a subscription_key assigned by CNHi team, please reach out to dlnadmssupport@cnh.com for assistance
  • The UserID and Password will be set up in the Dealer Portal by the Dealer uniquely for DMS access to interfaces
  • DEP API will require subscription_key in HTTP header to identify client

API Format

  • REST

The DEP takes care of the format transformations (as needed) to process the request and provide a response to the DMS system. REST format is always suggested for greater simplicity.

Connection Details

CNHi provides two environments:

  • CERT / UAT
  • Production

For CSPS Parts Price, CNH offers a single API:

  • Parts Price List

Parts Price List

Using the CNHi eSubmission - Create Claim API, DMSs can submit a real-time requests to create a Warranty Claim

EnvironmentURLAPIRequest Type
CERT/UAThttps://{base_url}/external/services/cspspartsprice/pdw/list-price-partsRESTGET
Productionhttps://{base_url}/external/services/cspspartsprice/pdw/list-price-partsRESTGET

Request Description

Note: validityDate is case sensitive
NameParams TypeTypeIs RequiredDefault ValueComments
validityDateQueryDate TimeTrue-Fetch Start Date: Date to be applied as YYYY-MM-DD format Eastern Standard Time

Response Description

NameTypeDescription
statusCodeIntegerResponse Status Code
messageStringResponse Message
returnedDocumentsCountIntegerReturned Documents Count
documents.PK_MARKETING_UNITStringMarket code.
documents.PK_PRICE_LIST_CODEstringPrice list code.
documents.PK_PART_CODEstringPart code.
documents.PK_START_VALIDITY_PRLS_DATEDateTimeValidity start date
documents.DT_END_VALIDITY_DATEDateTimeValidity end date
documents.NR_PRICE_AMOUNTIntegerPrice Amount
documents.DS_CURRENCYStringCurrency code USD, CAD
documents.CD_PDCstringPart discount code

Sample Response

Download Parts Price List Sample

Response Codes

Status CodeReason
200Success
400Please input a valid validity date
400Input date cannot be future date.
400Parts price file larger than API load [5000], total item found:[TOTALCOUNT]. Please use SFTP server to ingest file